From b7ef9c53f73ca2ac4912b91bf99977a058b87138 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 31 Dec 2008 06:18:53 +0000 Subject: [PATCH] Fix typo svn path=/trunk/; revision=22022 --- gtk/gtkentry.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtkentry.c b/gtk/gtkentry.c index a204943f46..a12a6103ed 100644 --- a/gtk/gtkentry.c +++ b/gtk/gtkentry.c @@ -7609,7 +7609,7 @@ gtk_entry_get_icon_at_pos (GtkEntry *entry, * * To handle the drag operation, you need to connect to the usual * #GtkWidget::drag-data-get (or possibly #GtkWidget::drag-data-delete) - * signal, and use gtk_icon_entry_get_current_icon_drag_source() in + * signal, and use gtk_entry_get_current_icon_drag_source() in * your signal handler to find out if the drag was started from * an icon. */ -- 2.30.2